Edit Task: SetPossibilityResourceDurationOverride
Format
SCHED / EditTask '<TaskName>' SetPossibilityResourceDurationOverride '<PossibilityName>' '<ResourceName>' <DurationOverrideType> <DurationOverrideValue>
Description
The SetPossibilityResourceDurationOverride attribute under EditTask defines the duration override for a single task possibility.
Parameters
Parameter | Description |
---|---|
PossibilityName | A string of text with a comma delimited list of resources in the possibility, surrounded by single quotes. Order is not required and the resource names should not be in quotes. |
DurationOverrideType | The parameter options are either 'None', 'FixedDur', or 'EfficiencyFactor'.
|
DurationOverrideValue | A non negative double representing the value for the override field. Either the duration in seconds when using DurationOverrideType = FixedDur or the denominator when using DurationOverrideType = EfficiencyFactor |
Examples
Override the duration of 'TaskA' to be 99 seconds when 'ResA' and possibility 'ResA,ResB' are used.
SCHED / EditTask 'TaskA' SetPossibilityResourceDurationOverride 'ResA,ResB' 'ResA' FixedDur 99